A typed specialization of the AsLive<(Of <<'(T>)>>)(IBindingList) method.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public static View<T> AsLive<T>( this BindingList<T> source ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function AsLive(Of T) ( _ source As BindingList(Of T) _ ) As View(Of T) |
Parameters
- source
- Type: System.ComponentModel..::..BindingList<(Of <(<'T>)>)>
The BindingList<(Of <(<'T>)>)> data source to expose as a view.
Type Parameters
- T
- The type of the elements in the view.